Learn how to secure your .NET API with Keycloak authentication in the most straightforward way possible with the help of .NET Aspire. In this tutorial, I'll show you how to integrate Keycloak JWT bearer authentication into your ASP.NET application with just a few lines of code. Whether you're building a new API or adding security to an existing one, this guide will help you implement robust authentication without the usual headaches.
.NET Aspire promises to revolutionize cloud-native development for .NET applications, but does it live up to the hype? In this hands-on review, I'll share my experience migrating a real project to Aspire, exploring its strengths, limitations, and potential impact on how we build distributed systems.
.NET Aspire is an opinionated, cloud-ready stack for building distributed applications. It handles specific cloud-native application concerns. Cloud-native apps often consist of small, interconnected pieces or microservices rather than a single, monolithic code base. In this video, I'll show you how to start with .NET Aspire and what it can do for you.